home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / fastnote / FastNoteSetup.exe / {app} / kfn.exe / 0 / RCDATA / TEXCEPTIONFORM / TEXCEPTIONFORM.txt < prev   
Text File  |  2004-03-10  |  3KB  |  138 lines

  1. object ExceptionForm: TExceptionForm
  2.   Left = 262
  3.   Top = 205
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Unexpected Exception'
  6.   ClientHeight = 193
  7.   ClientWidth = 506
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 49
  23.     Height = 162
  24.     Align = alLeft
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 33
  31.       Height = 33
  32.       Picture.Data = {<image000.ico>}
  33.     end
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 0
  37.     Top = 162
  38.     Width = 506
  39.     Height = 31
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.     object Panel3: TPanel
  44.       Left = 0
  45.       Top = 0
  46.       Width = 97
  47.       Height = 31
  48.       Align = alLeft
  49.       BevelOuter = bvNone
  50.       TabOrder = 0
  51.       object TerminateBTN: TButton
  52.         Left = 4
  53.         Top = 4
  54.         Width = 75
  55.         Height = 25
  56.         Caption = '&Terminate'
  57.         TabOrder = 0
  58.         OnClick = TerminateBTNClick
  59.       end
  60.     end
  61.     object Panel4: TPanel
  62.       Left = 321
  63.       Top = 0
  64.       Width = 185
  65.       Height = 31
  66.       Align = alRight
  67.       BevelOuter = bvNone
  68.       TabOrder = 1
  69.       object CopyBTN: TButton
  70.         Left = 30
  71.         Top = 4
  72.         Width = 75
  73.         Height = 25
  74.         Caption = 'Co&py'
  75.         TabOrder = 0
  76.         OnClick = CopyBTNClick
  77.       end
  78.       object CloseBTN: TButton
  79.         Left = 110
  80.         Top = 4
  81.         Width = 75
  82.         Height = 25
  83.         Cancel = True
  84.         Caption = '&Close'
  85.         TabOrder = 1
  86.         OnClick = CloseBTNClick
  87.       end
  88.     end
  89.     object Panel5: TPanel
  90.       Left = 97
  91.       Top = 0
  92.       Width = 224
  93.       Height = 31
  94.       Align = alClient
  95.       BevelOuter = bvNone
  96.       TabOrder = 2
  97.       object Label1: TLabel
  98.         Left = 0
  99.         Top = 0
  100.         Width = 224
  101.         Height = 31
  102.         Align = alClient
  103.         Alignment = taCenter
  104.         AutoSize = False
  105.         Caption = 'Please report this error '#13#10'to Kirys Tech 2000'
  106.         Font.Charset = ANSI_CHARSET
  107.         Font.Color = clWindowText
  108.         Font.Height = -11
  109.         Font.Name = 'Arial'
  110.         Font.Style = [fsBold]
  111.         ParentFont = False
  112.         WordWrap = True
  113.       end
  114.     end
  115.   end
  116.   object Panel6: TPanel
  117.     Left = 49
  118.     Top = 0
  119.     Width = 457
  120.     Height = 162
  121.     Align = alClient
  122.     BevelOuter = bvNone
  123.     TabOrder = 2
  124.     object ErrorLog: TMemo
  125.       Left = 0
  126.       Top = 0
  127.       Width = 457
  128.       Height = 162
  129.       Align = alClient
  130.       Lines.Strings = (
  131.         'ErrorLog')
  132.       ReadOnly = True
  133.       ScrollBars = ssVertical
  134.       TabOrder = 0
  135.     end
  136.   end
  137. end
  138.